Autogenerated HTML docs for v2.3.0-130-g3188a 
diff --git a/rev-list-options.txt b/rev-list-options.txt index 2984f40..4ed8587 100644 --- a/rev-list-options.txt +++ b/rev-list-options.txt 
@@ -66,6 +66,10 @@ 	Limit the commits output to ones that match all given `--grep`, 	instead of ones that match at least one.   +--invert-grep:: +	Limit the commits output to ones with log message that do not +	match the pattern specified with `--grep=<pattern>`. +  -i::  --regexp-ignore-case:: 	Match the regular expression limiting patterns without regard to letter @@ -172,11 +176,6 @@ 	Pretend as if all objects mentioned by reflogs are listed on the 	command line as `<commit>`.   ---indexed-objects:: -	Pretend as if all trees and blobs used by the index are listed -	on the command line. Note that you probably want to use -	`--objects`, too. -  --ignore-missing:: 	Upon seeing an invalid object name in the input, pretend as if 	the bad input was not given. @@ -644,6 +643,7 @@    These options are mostly targeted for packing of Git repositories.   +ifdef::git-rev-list[]  --objects:: 	Print the object IDs of any object referenced by the listed 	commits. `--objects foo ^bar` thus means ``send me @@ -662,9 +662,15 @@ 	commits at the cost of increased time. This is used instead of 	`--objects-edge` to build ``thin'' packs for shallow repositories.   +--indexed-objects:: +	Pretend as if all trees and blobs used by the index are listed +	on the command line. Note that you probably want to use +	`--objects`, too. +  --unpacked:: 	Only useful with `--objects`; print the object IDs that are not 	in packs. +endif::git-rev-list[]    --no-walk[=(sorted|unsorted)]:: 	Only show the given commits, but do not traverse their ancestors.